home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Screen Savers / 3dgraphics / install.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-11-24  |  551 b   |  29 lines

  1. object Form2: TForm2
  2.   Left = 205
  3.   Top = 153
  4.   BorderStyle = bsSingle
  5.   Caption = 'Install'
  6.   ClientHeight = 89
  7.   ClientWidth = 317
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 122
  21.     Top = 56
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28. end
  29.